Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(anrok): make api calls async in dedicated service #3002

Merged
merged 7 commits into from
Dec 30, 2024

Conversation

lovrocolic
Copy link
Collaborator

Context

Currently Anrok calls are sync and performed during invoice generation

Description

The goal of this improvement is to make calls to Anrok in dedicated job so that we can implement throttling for rate limit issues.

This PR changes all places where Anrok in used in sync way. This is the last PR that is extension of:

Copy link
Contributor

@ancorcruz ancorcruz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have a few questions... approved anyway.

@lovrocolic lovrocolic merged commit cad0daf into main Dec 30, 2024
6 checks passed
@lovrocolic lovrocolic deleted the feat-anrok-async branch December 30, 2024 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants